home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / misc / DiceRoll.lha / DiceRoll / DiceRoll.doc next >
Text File  |  1995-01-17  |  1KB  |  59 lines

  1.                            DiceRoll version 1.1
  2.                              ©Lee Kindness.
  3.                              
  4. 1. Introduction
  5. ~~~~~~~~~~~~~~~
  6.  
  7.    DiceRoll generates random numbers. It works in a similar way to dice,
  8. a die has a certain number of sides and you throw it a certain numer of
  9. times. With DiceRoll you can specify the maximum number (die size) and the
  10. amount of numbers to generate (number of throws).
  11.  
  12.    The uses of DiceRoll range from generation of lottery numbers (for UK
  13. National Lottery use MacCash) to "Wargames".
  14.  
  15.  
  16. 2. Usage
  17. ~~~~~~~~
  18.  
  19.    From the Shell you type:
  20.    
  21.    dr [die size] [number of throws]
  22.    
  23. So if you wanted to roll a 10 sided die 5 times you would type:
  24.  
  25.    dr 10 5
  26.    
  27. If you omit the size parameters then it is assumed you want one throw of a
  28. six sided die.
  29.  
  30.  
  31. 3. Contact
  32. ~~~~~~~~~~
  33.  
  34.    The author can be reached at:
  35.    
  36.    Lee Kindness,
  37.    8 Craigmarn Road,
  38.    Portlethen Village,
  39.    Aberdeen,
  40.    AB1 4QR,
  41.    SCOTLAND.
  42.    
  43.    
  44.    
  45. 4. Distribution and liability
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.  
  48.  
  49.    The author accepts no responsibility for this program. It is freely 
  50. distributable, copyright is retained by the author.
  51.  
  52.  
  53. 5. History
  54. ~~~~~~~~~~
  55.  
  56.  1.0  : 12.01.95
  57.       + Initial version.
  58.       
  59.  1.1  : 17.01.95